Skip to content

Commit 048033a

Browse files
authored
Merge pull request #506 from nuald/restore-julia-json-test
Restored Julia JSON test.
2 parents 0a0f848 + 14ae218 commit 048033a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ have some inaccuracies in number parsing:
278278
| V/gcc | 0.639<sub>±0.005</sub> | 111.88<sub>±00.00</sub> + 496.00<sub>±00.00</sub> | 27.16<sub>±00.35</sub> |
279279
| Nim/clang (Packedjson) | 0.664<sub>±0.002</sub> | 112.38<sub>±00.00</sub> + 294.25<sub>±00.00</sub> | 28.59<sub>±00.36</sub> |
280280
| Nim/gcc (Packedjson) | 0.674<sub>±0.004</sub> | 112.12<sub>±00.00</sub> + 294.12<sub>±00.00</sub> | 28.60<sub>±00.31</sub> |
281+
| Julia (JSON3) | 0.700<sub>±0.001</sub> | 631.76<sub>±00.04</sub> + 332.81<sub>±01.00</sub> | 29.33<sub>±00.22</sub> |
281282
| CPython (UltraJSON) | 0.700<sub>±0.002</sub> | 123.35<sub>±00.12</sub> + 478.56<sub>±01.81</sub> | 28.00<sub>±00.40</sub> |
282283
| Perl (Cpanel::JSON::XS) | 0.767<sub>±0.011</sub> | 125.38<sub>±00.00</sub> + 402.88<sub>±00.00</sub> | 32.13<sub>±00.63</sub> |
283284
| Crystal | 0.795<sub>±0.007</sub> | 113.44<sub>±00.06</sub> + 392.12<sub>±00.00</sub> | 34.30<sub>±00.39</sub> |

json/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ executables := \
7272
artifacts := $(executables) \
7373
json-scala/target/application.jar
7474

75-
# run[test.jl]
7675
all_runners := $(patsubst %,run[%], $(artifacts)) \
7776
run[test_yajl.rb] \
7877
run[test.pl] \
@@ -88,7 +87,8 @@ all_runners := $(patsubst %,run[%], $(artifacts)) \
8887
run[jruby][test.rb] \
8988
run[test.php] \
9089
run[test.clj] \
91-
run[test.rkt]
90+
run[test.rkt] \
91+
run[test.jl]
9292

9393
# Build
9494

0 commit comments

Comments
 (0)