raimei-bench 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +3 -0
- data/lib/raimei/bench/version.rb +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c58cf7e969ef74532affefe572d77fa79ce55b17425d7a4541741b5d6328bd14
|
|
4
|
+
data.tar.gz: 195676c87581981659ca80855e9cb43ca3291a0e13b874b767c3381b21d45e98
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ef26c2a64477033e92453e70d46239cccac2fd8cab2a2ec3104f78441dcb587540640959468dbbf1ff8964ab5049af13057318f88b0533f1df19869761169556
|
|
7
|
+
data.tar.gz: 64a05f6337b22d487aed74286834b4fc82f52fe13448aa0b4a4078c23dc05e98b5686a66f684b28ecc9d721b760a42c71f1168da6ac91f2755b916c310aea2ec
|
data/README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# Raimei::Bench
|
|
2
2
|
|
|
3
|
+
> ⚠️ Experimental: APIs may change.
|
|
4
|
+
|
|
5
|
+
|
|
3
6
|
TODO: Delete this and the text below, and describe your gem
|
|
4
7
|
|
|
5
8
|
Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/raimei/bench`. To experiment with that code, run `bin/console` for an interactive prompt.
|
data/lib/raimei/bench/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: raimei-bench
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Hal Fulton
|
|
@@ -9,7 +9,8 @@ bindir: exe
|
|
|
9
9
|
cert_chain: []
|
|
10
10
|
date: 1980-01-02 00:00:00.000000000 Z
|
|
11
11
|
dependencies: []
|
|
12
|
-
description:
|
|
12
|
+
description: Run prompts against multiple backends; record p50/p95 latency & output
|
|
13
|
+
JSON reports. Experimental; APIs may change.
|
|
13
14
|
email:
|
|
14
15
|
- rubyhacker@gmail.com
|
|
15
16
|
executables: []
|
|
@@ -36,7 +37,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
36
37
|
requirements:
|
|
37
38
|
- - ">="
|
|
38
39
|
- !ruby/object:Gem::Version
|
|
39
|
-
version: 3.2
|
|
40
|
+
version: '3.2'
|
|
40
41
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
41
42
|
requirements:
|
|
42
43
|
- - ">="
|
|
@@ -45,5 +46,5 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
45
46
|
requirements: []
|
|
46
47
|
rubygems_version: 3.7.1
|
|
47
48
|
specification_version: 4
|
|
48
|
-
summary: Provider-agnostic benchmark harness
|
|
49
|
+
summary: Provider-agnostic AI benchmark harness.
|
|
49
50
|
test_files: []
|