Skip to content

Commit

Permalink
Merge pull request #168 from reg-viz/remove_perf_test
Browse files Browse the repository at this point in the history
chore: Remove performance testing
  • Loading branch information
Quramy committed Mar 4, 2024
2 parents 1561957 + 5db77a3 commit a7b7b9d
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 504 deletions.
9 changes: 0 additions & 9 deletions .travis.yml

This file was deleted.

11 changes: 0 additions & 11 deletions README.md
@@ -1,7 +1,6 @@
# img-diff-js

[![github actions](https://github.com/reg-viz/img-diff-js/workflows/build/badge.svg)](https://github.com/reg-viz/img-diff-js/actions)
[![Build Status](https://travis-ci.org/reg-viz/img-diff-js.svg?branch=master)](https://travis-ci.org/reg-viz/img-diff-js)
[![npm version](https://badge.fury.io/js/img-diff-js.svg)](https://badge.fury.io/js/img-diff-js)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)

Expand Down Expand Up @@ -83,16 +82,6 @@ The following codecs are available for input image files.

The output image format is PNG only.

## Performance

| case name | img-diff-js | image-difference | image-diff |
| :-------------------------- | ----------: | ---------------: | ---------: |
| 50 same dimension PNGs | 376 msec | 1967 msec | 3143 msec |
| 50 different dimension PNGs | 274 msec | 2979 msec | 3520 msec |
| 50 same dimension JPEGs | 449 msec | 2422 msec | 4376 msec |

The above table was captured under [Travis-CI](https://travis-ci.org/reg-viz/img-diff-js). If you want the latest result, check the raw log.

## Contribute

PR or issue is welcome :)
Expand Down

0 comments on commit a7b7b9d

Please sign in to comment.