summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/json/numbers.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/corelib/json/numbers.json')
-rw-r--r--tests/benchmarks/corelib/json/numbers.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/benchmarks/corelib/json/numbers.json b/tests/benchmarks/corelib/json/numbers.json
new file mode 100644
index 0000000000..469156a78a
--- /dev/null
+++ b/tests/benchmarks/corelib/json/numbers.json
@@ -0,0 +1,19 @@
+[
+ {
+ "integer": 1234567890,
+ "real": -9876.543210,
+ "e": 0.123456789e-12,
+ "E": 1.234567890E+34,
+ "": 23456789012E66,
+ "zero": 0,
+ "one": 1
+ },
+ [
+ -1234567890,
+ -1234567890,
+ -1234567890,
+ 1234567890,
+ 1234567890,
+ 1234567890
+ ]
+]