Skip to content

Commit 8de267d

Browse files
committed
Update performance data
1 parent 696f7a2 commit 8de267d

File tree

1 file changed

+49
-1
lines changed

1 file changed

+49
-1
lines changed

_data/perf_results.json

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"lastUpdate": 1601167397619,
2+
"lastUpdate": 1601172711928,
33
"repoUrl": "https://github.com/skinny121/RustPython",
44
"entries": {
55
"RustPython Benchmarks": [
@@ -50,6 +50,54 @@
5050
"unit": "ns/iter"
5151
}
5252
]
53+
},
54+
{
55+
"commit": {
56+
"author": {
57+
"email": "benlewisj@gmail.com",
58+
"name": "Ben Lewis",
59+
"username": "skinny121"
60+
},
61+
"committer": {
62+
"email": "benlewisj@gmail.com",
63+
"name": "Ben Lewis",
64+
"username": "skinny121"
65+
},
66+
"distinct": true,
67+
"id": "17b247ff2340d37de61d3e227bca31ffbff700e9",
68+
"message": "Fix commit message",
69+
"timestamp": "2020-09-27T14:56:51+13:00",
70+
"tree_id": "a689975a6e25d2375016d28627f93756597ec0f9",
71+
"url": "https://github.com/skinny121/RustPython/commit/17b247ff2340d37de61d3e227bca31ffbff700e9"
72+
},
73+
"date": 1601172711927,
74+
"tool": "cargo",
75+
"benches": [
76+
{
77+
"name": "bench_cpython_mandelbrot",
78+
"value": 37588273,
79+
"range": "± 2363843",
80+
"unit": "ns/iter"
81+
},
82+
{
83+
"name": "bench_cpython_nbody",
84+
"value": 6530546,
85+
"range": "± 624194",
86+
"unit": "ns/iter"
87+
},
88+
{
89+
"name": "bench_rustpy_mandelbrot",
90+
"value": 968365523,
91+
"range": "± 37427688",
92+
"unit": "ns/iter"
93+
},
94+
{
95+
"name": "bench_rustpy_nbody",
96+
"value": 318521139,
97+
"range": "± 22420139",
98+
"unit": "ns/iter"
99+
}
100+
]
53101
}
54102
]
55103
}

0 commit comments

Comments
 (0)