Skip to content

Commit

Permalink
Update benchmark README
Browse files Browse the repository at this point in the history
included pointers to more benchmarks
  • Loading branch information
engshahrad authored Nov 5, 2023
1 parent 221085e commit 436e2d8
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions functions/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## Example Functions and Applications
## Benchmark Functions and Applications

We include a number of representative microbenchmarks a applications, which you could use in your studies. All of them have been successfully tested in OpenWhisk.
We include a number of representative microbenchmarks and applications, which you could use in your studies. All of them have been successfully tested in OpenWhisk.

Here is a list of microbenchmarks:
### Microbenchmarks

Microbenchmark | Languages Provided
--- | ---
Expand All @@ -11,12 +11,18 @@ http-endpoint | [NodeJS, Python, Ruby, Swift]
json | [NodeJS, Python, Ruby]
primes | [NodeJS, Python, Ruby, Swift]

And a list of applications:
### Applications

Application | Description | Runtime
--- | --- | ---
autocomplete | Autocomplete a user string from a corpus | Runtime
img-resize | Resizes an image to several icons | NodeJS
markdown | Renders Markdown text to HTML | Python
ocr-img | Find text in user image using Tesseract OCR | NodeJS + binary
sentiment | Sentiment analysis of given text | Python
sentiment | Sentiment analysis of given text | Python

### Looking for **more benchmarks**?

We refer you to a broader collection of benchmarks that we have gathered for other projects:
- Five **single-function** AWS Lambda applications used for benchmarking [Parrotfish](https://github.com/ubc-cirrus-lab/parrotfish): https://github.com/ubc-cirrus-lab/parrotfish/tree/master/benchmarks
- Five serverless **workflows** written for AWS Lambda and GCP Functions used for benchmarking [UnFaaSener](https://github.com/ubc-cirrus-lab/unfaasener): https://github.com/ubc-cirrus-lab/unfaasener/tree/main/benchmarks

0 comments on commit 436e2d8

Please sign in to comment.