Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add methods to the constant pool to simplify adding constants #4

Merged
merged 1 commit into from
Jul 14, 2024

Conversation

brianheineman
Copy link
Contributor

No description provided.

@github-actions github-actions bot added the enhancement New feature or request label Jul 14, 2024
Copy link
Contributor

🐰Bencher

ReportSun, July 14, 2024 at 19:42:51 UTC
Projecttheseus-rs/ristretto
Branchadd_constant_methods
Testbedlocalhost

⚠️ WARNING: The following Measure does not have a Threshold. Without a Threshold, no Alerts will ever be generated!

  • Latency (latency)

Click here to create a new Threshold
For more information, see the Threshold documentation.
To only post results if a Threshold exists, set the --ci-only-thresholds CLI flag.

Click to view all benchmark results
BenchmarkLatencyLatency Results
nanoseconds (ns)
from_bytes➖ (view plot)9,428.50
to_bytes➖ (view plot)4,476.20
to_string➖ (view plot)96,494.00
verify➖ (view plot)671.85

Bencher - Continuous Benchmarking
View Public Perf Page
Docs | Repo | Chat | Help

Copy link

codecov bot commented Jul 14, 2024

Codecov Report

Attention: Patch coverage is 99.57717% with 2 lines in your changes missing coverage. Please review.

Project coverage is 99.86%. Comparing base (874e7ac) to head (d7a3cab).

Files Patch % Lines
examples/helloworld/src/main.rs 93.75% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main       #4      +/-   ##
==========================================
- Coverage   99.88%   99.86%   -0.03%     
==========================================
  Files          58       58              
  Lines        9981    10183     +202     
==========================================
+ Hits         9970    10169     +199     
- Misses         11       14       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@brianheineman brianheineman merged commit ebf87f4 into main Jul 14, 2024
13 of 14 checks passed
@brianheineman brianheineman deleted the add_constant_methods branch July 14, 2024 19:50
brianheineman added a commit that referenced this pull request Aug 14, 2024
# This is the 1st commit message:

feat: initial Java 8 runtime library support

# This is the commit message #2:

fix: add BSD-3-Clause to allowed licenses

# This is the commit message #3:

fix: remove url config for RequestError

# This is the commit message #4:

test: correct runtime test definitions

# This is the commit message #5:

build: update build to compile with wasm

# This is the commit message #6:

test: add class loader tests

# This is the commit message #7:

build: remove tokio rt-multi-thread feature

# This is the commit message #8:

feat: add module class loading support

# This is the commit message #9:

build: update .gitignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant