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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 416d74032625f8a01432c62377b606eb5c26da186b6a5a45708304d6ecb41b35
4
- data.tar.gz: dd1952e30833c70c69640963c2cb4cf4138b5f302cb2e54c48e80bf3ffd597c3
3
+ metadata.gz: c58cf7e969ef74532affefe572d77fa79ce55b17425d7a4541741b5d6328bd14
4
+ data.tar.gz: 195676c87581981659ca80855e9cb43ca3291a0e13b874b767c3381b21d45e98
5
5
  SHA512:
6
- metadata.gz: e7946148aeaab7fb252f68d5d6cd800528e8314fec81556afa94bd91c3c022755ffabd98861a631aed7f8f687b79fbab7e4eaf4a2275b18fc2d298d4b26c0fff
7
- data.tar.gz: c82d1f8b11a53e681ac704f8f6455c2815521b0b612f03595cd4afe98318da5bacc4907af3a043e8d5cc816ffec98d03fbe0e905b1488e25d1419672228bde12
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.
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Raimei
4
4
  module Bench
5
- VERSION = "0.1.0"
5
+ VERSION = "0.1.1"
6
6
  end
7
7
  end
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.0
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: Provider-agnostic benchmark harness for LLM/CV/audio in Ruby.
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.0
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 for LLM/CV/audio in Ruby.
49
+ summary: Provider-agnostic AI benchmark harness.
49
50
  test_files: []