Skip to content

Commit 696f7a2

Browse files
committed
Update regression test results
1 parent c1151a1 commit 696f7a2

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed

_data/perf_results.json

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
{
2+
"lastUpdate": 1601167397619,
3+
"repoUrl": "https://github.com/skinny121/RustPython",
4+
"entries": {
5+
"RustPython Benchmarks": [
6+
{
7+
"commit": {
8+
"author": {
9+
"email": "benlewisj@gmail.com",
10+
"name": "Ben Lewis",
11+
"username": "skinny121"
12+
},
13+
"committer": {
14+
"email": "benlewisj@gmail.com",
15+
"name": "Ben Lewis",
16+
"username": "skinny121"
17+
},
18+
"distinct": true,
19+
"id": "9b2ff8832a5b5598568ff6c676bb76099cd77c48",
20+
"message": "Remove setting commit author.",
21+
"timestamp": "2020-09-27T13:28:15+13:00",
22+
"tree_id": "c3a9da2b48588fde80eae9cee31ddbfdacc2b687",
23+
"url": "https://github.com/skinny121/RustPython/commit/9b2ff8832a5b5598568ff6c676bb76099cd77c48"
24+
},
25+
"date": 1601167397618,
26+
"tool": "cargo",
27+
"benches": [
28+
{
29+
"name": "bench_cpython_mandelbrot",
30+
"value": 35948836,
31+
"range": "± 6327797",
32+
"unit": "ns/iter"
33+
},
34+
{
35+
"name": "bench_cpython_nbody",
36+
"value": 6407631,
37+
"range": "± 1020703",
38+
"unit": "ns/iter"
39+
},
40+
{
41+
"name": "bench_rustpy_mandelbrot",
42+
"value": 937309154,
43+
"range": "± 53257971",
44+
"unit": "ns/iter"
45+
},
46+
{
47+
"name": "bench_rustpy_nbody",
48+
"value": 304753363,
49+
"range": "± 11922156",
50+
"unit": "ns/iter"
51+
}
52+
]
53+
}
54+
]
55+
}
56+
}

0 commit comments

Comments
 (0)