From e57db064f6dd4a71a1e71435c43833b6c45718b9 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Wed, 12 Jun 2024 10:14:54 +0000 Subject: [PATCH] add Congee basic op performance (customBiggerIsBetter) benchmark result for c1685532902a69781213b64fcec281dc161b56d0 --- dev/bench/data.js | 44 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) diff --git a/dev/bench/data.js b/dev/bench/data.js index c095201..31e63f0 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1717582506972, + "lastUpdate": 1718187294235, "repoUrl": "https://github.com/XiangpengHao/congee", "entries": { "Congee basic op performance": [ @@ -4717,6 +4717,48 @@ window.BENCHMARK_DATA = { "unit": "QPS" } ] + }, + { + "commit": { + "author": { + "name": "Xiangpeng Hao", + "username": "XiangpengHao", + "email": "me@haoxp.xyz" + }, + "committer": { + "name": "Xiangpeng Hao", + "username": "XiangpengHao", + "email": "me@haoxp.xyz" + }, + "id": "c1685532902a69781213b64fcec281dc161b56d0", + "message": "make clippy happy", + "timestamp": "2024-05-08T14:42:58Z", + "url": "https://github.com/XiangpengHao/congee/commit/c1685532902a69781213b64fcec281dc161b56d0" + }, + "date": 1718187293661, + "tool": "customBiggerIsBetter", + "benches": [ + { + "name": "ScanOnly", + "value": 3212653, + "unit": "QPS" + }, + { + "name": "UpdateOnly", + "value": 22781277, + "unit": "QPS" + }, + { + "name": "ReadOnly", + "value": 24244663, + "unit": "QPS" + }, + { + "name": "InsertOnly", + "value": 10708972, + "unit": "QPS" + } + ] } ] }